|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
#include "FrameLib_Types.h"#include "FrameLib_Context.h"#include "FrameLib_Parameters.h"#include <algorithm>#include <string>#include <sstream>#include <iostream>Go to the source code of this file.
Classes | |
| class | FrameLib_Queueable< T > |
| a template class for items that can be placed on a queue More... | |
| class | FrameLib_Queueable< T >::Queue |
| a single-threaded queue for non-recursive queuing of items for processing More... | |
| class | FrameLib_Object< T > |
| an abstract template class providing an interface for FrameLib objects and implementing connectivity More... | |
| class | FrameLib_Object< T >::Connection |
| holds the connected object and IO indices for a connection to an object More... | |
| class | FrameLib_Block |
| an abstract class that represents either a single FrameLib_DSP object, or a group of connected FrameLib_DSP objects. More... | |